home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM 1995 Fall / PD-ROM F95.toast / Programming / Programming Languages / UCB Logo 3.0 ƒ / sources / MiniEdit Folder / pleasewait.c < prev   
Encoding:
C/C++ Source or Header  |  1988-04-26  |  292 b   |  16 lines  |  [TEXT/ttxt]

  1. /*********************************************************************
  2.  
  3.     pleasewait.c
  4.     
  5.     a utility function used by Miniedit
  6.  
  7. *********************************************************************/
  8.  
  9. #include <QuickDraw.h>
  10.  
  11. extern Cursor    waitCursor;
  12.  
  13. PleaseWait()
  14. {
  15.     SetCursor( &waitCursor );
  16. }